runtime.lfstack.push (method)
7 uses
runtime (current package)
lfstack.go#L24: func (head *lfstack) push(node *lfnode) {
mgc.go#L1318: gcBgMarkWorkerPool.push(&node.node)
mgcpacer.go#L791: gcBgMarkWorkerPool.push(&node.node)
mgcpacer.go#L801: gcBgMarkWorkerPool.push(&node.node)
mgcwork.go#L410: work.empty.push(&b.node)
mgcwork.go#L420: work.full.push(&b.node)
mspanset.go#L322: p.stack.push(&block.lfnode)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |